home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / checkbox.postinst < prev    next >
Text File  |  2009-11-06  |  404b  |  16 lines

  1. #! /bin/sh -e
  2.  
  3. . /usr/share/debconf/confmodule
  4. . /usr/share/checkbox/install/postinst
  5.  
  6. # Automatically added by dh_pycentral
  7. rm -f /var/lib/pycentral/checkbox.pkgremove
  8. if which pycentral >/dev/null 2>&1; then
  9.     pycentral pkginstall checkbox
  10.     if grep -qs '^checkbox$' /var/lib/pycentral/delayed-pkgs; then
  11.         sed -i '/^checkbox$/d' /var/lib/pycentral/delayed-pkgs
  12.     fi
  13. fi
  14. # End automatically added section
  15.  
  16.